Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2024/05/20 9:48 a.m.121 views

CVE-2024-36008

CVE-2024-36008 affects the Linux kernel; connected sources confirm a vulnerability in IPv4 path involving NULL idev handling in ip_route_use_hint() and a NULL-deref in fib_validate_source(). The issue arises in older trees and was addressed by ensuring __in_dev_get_rcu() results are checked for N...

5.5CVSS6.4AI score0.00214EPSS
Save
CVE
CVE
added 2024/05/20 9:48 a.m.121 views

CVE-2024-36009

CVE-2024-36009: Linux kernel ax25 netdev refcount issue in ax25_bind() caused by mismatch of dev_tracker ownership between ax25_dev and ax25_cb. The mitigation updates the ax25_dev->dev_tracker to the dev_tracker of ax25_cb to ensure proper lifecycle management during detach, preventing a refe...

5.5CVSS6.5AI score0.00224EPSS
Save
CVE
CVE
added 2024/06/19 1:37 p.m.121 views

CVE-2024-38582

CVE-2024-38582 affects the Linux kernel nilfs2, causing a potential hang/deadlock during unmount. The issue arises when nilfs_segctor_sync() tries to synchronize with the log writer thread after nilfs_segctor_destroy() has already terminated that thread, leading to a deadlock path through several...

5.3CVSS7.1AI score0.00861EPSS
Save
CVE
CVE
added 2024/07/12 12:25 p.m.121 views

CVE-2024-40935

CVE-2024-40935 affects the Linux kernel cachefiles subsystem. In ondemand mode, when the cache is marked as CACHEFILES_DEAD, cachefiles_daemon_write() returns -EIO, preventing the daemon from passing the copen to the kernel and causing a hung_task for the waiting process. The fix requires flushin...

7.8CVSS6.2AI score0.00259EPSS
Save
CVE
CVE
added 2024/07/12 12:32 p.m.121 views

CVE-2024-40981

CVE-2024-40981 – Linux kernel batman-adv : The vulnerability centers on batman-adv’s originator handling in batadv_purge_orig_ref(), where empty buckets can lead to soft lockups (CPU 0 stuck for long periods). The root cause is not publicly disclosed in the provided documents, but the fix is desc...

5.5CVSS7.2AI score0.00231EPSS
Save
CVE
CVE
added 2024/07/12 12:37 p.m.121 views

CVE-2024-40987

Mode C: The CVE-2024-40987 issue affects the Linux kernel's DRM/amdgpu driver, where a UBSAN warning in kv_dpm.c is fixed by adding a bounds check for sumo_vid_mapping_entry. The patch targets the root cause (bounds check failure) and reports the fix as part of the kernel update. Public reference...

5.5CVSS6.6AI score0.00279EPSS
Save
CVE
CVE
added 2024/07/29 3:48 p.m.121 views

CVE-2024-41087

CVE-2024-41087 (Linux kernel) : The issue stems from the libata-core path “ata_host_alloc” where, on error, control may jump to err_out and call devres_release_group(), which triggers ata_host_release() and a subsequent kfree(host). If kfree(host) runs again in the normal path, a double free occu...

7.8CVSS6.3AI score0.00244EPSS
Save
CVE
CVE
added 2024/07/29 4:26 p.m.121 views

CVE-2024-42087

CVE-2024-42087 affects the Linux kernel in the drm/panel/ilitek-ili9881c GPIO reset implementation. The issue arises from using gpiod_set_value() for a GPIO controller that may sleep, which triggers warnings. A fix replaces the non-sleeping call with gpiod_set_value_cansleep(), addressing the war...

5.5CVSS6.6AI score0.00228EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.121 views

CVE-2024-42129

CVE-2024-42129 – Linux kernel (mlxreg LED driver) : The vulnerability arose because leds: mlxreg registered LEDs with devm_led_classdev_register(), but led_classdev_unregister() invoked a brightness callback that used a mutex already destroyed during module removal. The fix uses the devm API for ...

5.5CVSS6.7AI score0.00227EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.121 views

CVE-2024-42157

CVE-2024-42157 affects the Linux kernel (s390/pkey) and is tied to wiping sensitive data on failure. Proposed fix/remediation exists in the kernel, with commits referenced by kernel-stable history (e.g., c44a2151e5d21c66b070a056c26471f30719b575 and related commits) and multiple advisories noting ...

4.1CVSS6.5AI score0.0022EPSS
Save
CVE
CVE
added 2024/08/17 9:9 a.m.121 views

CVE-2024-42295

CVE-2024-42295 — Linux kernel nilfs2 issue : Syzbot detected a buffer state inconsistency in nilfs_btnode_create_block that could occur when the argument block address is a virtual block number reallocated due to bitmap corruption. The patch changes nilfs_btnode_create_block() and its callers to ...

5.5CVSS6.6AI score0.00234EPSS
Save
CVE
CVE
added 2024/08/17 9:9 a.m.121 views

CVE-2024-42318

The CVE-2024-42318 issue lies in the Linux kernel Landlock integration: when a process’s cred struct is replaced, the cred_prepare LSM hook is normally invoked, but in a specific case involving KEYCTL_SESSION_TO_PARENT the cred_transfer hook is used. Landlock only implements cred_prepare, so cred...

5.5CVSS6.2AI score0.00287EPSS
Save
CVE
CVE
added 2024/08/17 9:21 a.m.121 views

CVE-2024-43824

The CVE CVE-2024-43824 affects the Linux kernel PCI Express endpoint code (pci_epf_test). The vulnerability arises from use of cached epc_features in pci_epf_test_core_init() instead of querying via pci_epc_get_features(), removing a NULL check that was deemed redundant. The change relies on epc_...

5.5CVSS6.3AI score0.00196EPSS
Save
CVE
CVE
added 2024/08/17 9:24 a.m.121 views

CVE-2024-43859

CVE-2024-43859 affects the Linux kernel with the f2fs filesystem. The root cause is an uninitialized inode.i_crypt_info during mount paths that involve f2fs_gc/truncate, leading to a NULL pointer dereference in fscrypt-related code when handling preallocated blocks. The documented mitigation is t...

5.5CVSS6.3AI score0.00237EPSS
Save
CVE
CVE
added 2024/08/26 11:20 a.m.121 views

CVE-2024-44941

CVE-2024-44941 relates to the Linux kernel's f2fs file system. The issue arises when the extent cache lock is not held during access to the largest extent entry, allowing a race that could lead to a use-after-free condition in sanity_check_extent_cache() during inode read paths. The documented ch...

7.8CVSS6.4AI score0.00213EPSS
Save
CVE
CVE
added 2024/09/04 7:54 p.m.121 views

CVE-2024-44983

CVE-2024-44983 affects the Linux kernel (netfilter: flowtable: validate vlan header). The root cause is insufficient room/bounds checking to access the VLAN header protocol field, risking an improper flowtable lookup. The fix validates the VLAN header before using it in the flowtable lookup, with...

7.1CVSS6.6AI score0.00251EPSS
Save
CVE
CVE
added 2024/09/04 7:54 p.m.121 views

CVE-2024-44996

The CVE-2024-44996 issue affects the Linux kernel vsock path when a vsock socket is added to a BPF sockmap. The bug arises when prot->recvmsg is replaced by vsock_bpf_recvmsg(), creating a recursive call chain: vsock_bpf_recvmsg() -> __vsock_recvmsg() -> vsock_connectible_recvmsg() ->...

5.5CVSS5.1AI score0.00211EPSS
Save
CVE
CVE
added 2024/09/27 12:35 p.m.121 views

CVE-2024-46803

CVE-2024-46803 (Linux kernel) affects the DRM AMD kernel component (amdkfd). In interrupt context, writing dbg_ev_file via a workqueue can occur after debug_trap_disable, yielding a NULL pointer dereference. The fix adds a guard by canceling the work item (debug_event_workarea) before setting dbg...

5.5CVSS5.3AI score0.00263EPSS
Save
CVE
CVE
added 2024/10/09 2:13 p.m.121 views

CVE-2024-47663

Technical details about CVE-2024-47663 are not provided in the supplied documents. The entries summarize a kernel fix in ad9834 frequency handling but do not include vendor/product specifics or patch details. Monitor for updates.

5.5CVSS5.2AI score0.00213EPSS
Save
CVE
CVE
added 2024/10/21 6:2 p.m.121 views

CVE-2024-49947

CVE-2024-49947 affects the Linux kernel net stack, specifically a vulnerability in virtio_net_hdr_to_skb() where an incorrectly set skb->csum_start could place the transport header before or after the network header when processing injected packets via af_packet. Syzbot-triggered warnings show...

5.5CVSS6.7AI score0.00236EPSS
Save
CVE
CVE
added 2024/10/21 7:39 p.m.121 views

CVE-2024-50034

CVE-2024-50034 affects the Linux kernel net/smc, where INET_PROTOSW_ICSK can leave icsk_sync_mss unset for IPPROTO_SMC, triggering a NULL pointer dereference panic. The provided trace indicates a kernel oops when handling IPPROTO_SMC, with a failed icsk_mss synchronization. A patch sequence in st...

5.5CVSS5.1AI score0.00202EPSS
Save
CVE
CVE
added 2024/11/08 6:7 a.m.121 views

CVE-2024-50206

CVE-2024-50206 affects the Linux kernel MTK Ethernet (mtk_eth_soc) driver. The vulnerability is caused by a loop that allocates up to MTK_FQ_DMA_LENGTH buffers and may touch more descriptors than allocated, leading to memory corruption of unrelated memory. The fixed code adjusts the loop iteratio...

5.5CVSS5.5AI score0.00176EPSS
Save
CVE
CVE
added 2024/11/11 1:58 p.m.121 views

CVE-2024-50263

Technical details for CVE-2024-50263 are not publicly provided in the supplied connected documents. Monitor for updates from vendors (Ubuntu/Astra) and follow official advisories for patches.

5.5CVSS6.6AI score0.00204EPSS
Save
CVE
CVE
added 2024/11/19 5:19 p.m.121 views

CVE-2024-53049

CVE-2024-53049: In the Linux kernel, the slub_kunit path triggers a warning when __kmalloc_cache_noprof is used directly, causing current->alloc_tag to be NULL and warning in alloc_tag_add_check. The root cause is unwrapped __kmalloc_cache_noprof usage outside kmalloc, leading to a missing all...

5.5CVSS5.3AI score0.002EPSS
Save
CVE
CVE
added 2024/11/19 5:45 p.m.121 views

CVE-2024-53086

Technical details about CVE-2024-53086 are not publicly provided in the supplied documents. Please monitor for updates from kernel commits and vendor advisories to obtain affected products, vulnerable components, and remediation.

5.5CVSS6.5AI score0.00146EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.121 views

CVE-2024-54458

The CVE-2024-54458 issue is in the Linux kernel, involving the SCSI/ufs subsystem (bsg path). The root cause is not fully described beyond the fix: after removing the bsg_queue, it should be set to NULL to avoid potential use-after-free (UAF). The advisory states this vulnerability has been resol...

7.8CVSS5.4AI score0.00229EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.121 views

CVE-2024-56687

The CVE-2024-56687 issue affects the Linux kernel USB MUSB gadget path, where a request’s complete callback could be invoked from usb_ep_queue(), risking a hardware lockup and potential deadlock in the RX path. Root cause involves complex interaction between RXPKTRDY handling, IRQs, and the callb...

5.5CVSS6.4AI score0.00161EPSS
Save
CVE
CVE
added 2025/01/21 12:1 p.m.121 views

CVE-2024-57930

CVE-2024-57930 : Linux kernel tracing fix. The vulnerability arises because process_string() did not consistently handle cases where a %s argument in TP_printk() referred to an array, risking unsafe dereferences of string data in trace events. The fix expands process_string() to treat references ...

5.5CVSS6.7AI score0.00198EPSS
Save
CVE
CVE
added 2025/02/12 1:27 p.m.121 views

CVE-2025-21696

CVE-2025-21696 (Linux kernel) : Affects memory management with userfaultfd (UFFD). When mremap() moves a region previously registered with UFFD_WP but without UFFD_FEATURE_EVENT_REMAP, the code could fail to clear uffd-wp on PTE/PMD, causing a mismatch between vma flags (UFFD_WP cleared) and PTE/...

5.5CVSS6.5AI score0.00188EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.121 views

CVE-2025-21734

Concrete details found for CVE-2025-21734 in connected documents: the Linux kernel fastrpc driver mishandles page size calculation for non-registered buffers by using absolute addresses instead of an offset-adjusted address, risking improper/out-of-bounds page sizes and memory issues. The fix is ...

7.8CVSS6.8AI score0.00203EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.121 views

CVE-2025-21743

CVE-2025-21743 affects the Linux kernel’s usbnet/ipheth handling. The vulnerability stems from an overflow in the DPE length check when wDatagramIndex + wDatagramLength could exceed U16_MAX, allowing an OoB read. The fix moves the wDatagramIndex term across the inequality, preserving the existing...

7.1CVSS6.7AI score0.00213EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.121 views

CVE-2025-21775

CVE-2025-21775 affects the Linux kernel CAN ctucanfd component. When skb allocation fails, the can_frame pointer can be NULL, and one NULL check was missed in ctucan_err_interrupt(); a fix adding the NULL check was implemented in the kernel (see references to the can: ctucanfd: handle skb allocat...

5.5CVSS5.4AI score0.00218EPSS
Save
CVE
CVE
added 2025/03/27 2:57 p.m.121 views

CVE-2025-21875

CVE-2025-21875 affects the Linux kernel MPTCP PM path. Connected docs describe a lock-order flaw where the PM can send RM_ADDR notifications over a msk socket without first acquiring the msk socket lock, allowing concurrent access to the PM removal/address path. The bug path follows PM removal of...

7.8CVSS6.9AI score0.00212EPSS
Save
CVE
CVE
added 2025/04/01 3:47 p.m.121 views

CVE-2025-21970

CVE-2025-21970 affects the Linux kernel mlx5 bridge implementation (net/mlx5) where removing a LAG device from a bridge can crash the system. The root cause is a sequence where, during NETDEV_CHANGEUPPER, the driver checks mlx5_lag_is_shared_fdb and may call mlx5_esw_bridge_lag_rep_get() which re...

7.8CVSS7AI score0.00185EPSS
Save
CVE
CVE
added 2025/04/16 2:11 p.m.121 views

CVE-2025-22039

CVE-2025-22039 is a Linux kernel vulnerability in ksmbd where an overflow in the dacloffset bounds check could bypass the DACL checks, causing out-of-bounds access and a kernel crash when dereferencing a DACL pointer. The fix converts dacloffset from int to unsigned int and uses check_add_overflo...

8.8CVSS6.7AI score0.00664EPSS
Save
CVE
CVE
added 2025/04/16 2:13 p.m.121 views

CVE-2025-22118

Linux kernel vulnerability CVE-2025-22118 affects the ice driver where queue quanta parameters could lead to out-of-bounds access. The fix adds queue wraparound prevention in quanta configuration and ensures end_qid cannot overflow by validating start_qid and num_queues. This is a local-privilege...

8.8CVSS6.8AI score0.00167EPSS
Save
CVE
CVE
added 2025/04/16 2:13 p.m.121 views

CVE-2025-22128

CVE-2025-22128 affects Linux kernel wifi driver ath12k (shared IRQ path). The issue arises when IRQ affinity hints are set after IRQ vector allocation (ath12k_pci_msi_alloc()) and one of the IRQ requests fails, leading to a free IRQ without clearing the affinity hint, which can trigger a warning ...

5.5CVSS6.5AI score0.00174EPSS
Save
CVE
CVE
added 2025/05/20 4:1 p.m.121 views

CVE-2025-37948

CVE-2025-37948 affects the Linux kernel arm64 and is fixed by adding a BHB mitigation in the epilogue of BPF programs (cBPF) loaded via seccomp. The vulnerability arises when a classic cBPF program manipulates the branch history to influence speculative execution. The published details indicate t...

5.5CVSS6.6AI score0.00165EPSS
Save
CVE
CVE
added 2025/05/20 5:9 p.m.121 views

CVE-2025-37989

Technical details about CVE-2025-37989 are not publicly provided in the connected documents. Monitor for updates from official advisories; the current sources do not reveal affected products, versions, impact, or fixes beyond the description.

5.5CVSS6.5AI score0.00162EPSS
Save
CVE
CVE
added 2003/03/18 5:0 a.m.120 views

CVE-2003-0127

CVE-2003-0127 affects the Linux kernel 2.2.x before 2.2.25 and 2.4.x before 2.4.21. A local attacker can gain root privileges by using ptrace to attach to a child process spawned by the kernel. The description explicitly states the root cause is the kernel module loader’s handling of ptrace with ...

7.2CVSS5.9AI score0.01584EPSS
Save
CVE
CVE
added 2009/03/06 11:0 a.m.120 views

CVE-2009-0834

The CVE-2009-0834 issue affects the Linux kernel up to 2.6.28.7 on x86_64, where audit_syscall_entry mishandles 32-bit processes making 64-bit syscalls or 64-bit processes making 32-bit syscalls. This can allow local users to bypass certain syscall audit configurations, and is related to CVE-2009...

3.6CVSS4.6AI score0.00441EPSS
Save
CVE
CVE
added 2009/08/18 8:41 p.m.120 views

CVE-2009-2844

CVE-2009-2844 affects the Linux kernel’s cfg80211 code (net/wireless/scan.c) in 2.6.30-rc1 and earlier than 2.6.31-rc6. The vulnerability allows remote attackers to cause a denial of service (crash) by sending a crafted sequence of beacon frames: one frame omits the SSID Information Element, and ...

7.8CVSS6.7AI score0.03357EPSS
Save
CVE
CVE
added 2009/10/20 5:0 p.m.120 views

CVE-2009-2910

CVE-2009-2910 affects the Linux kernel’s ia32 entry path on x86_64. The issue is that arch/x86/ia32/ia32entry.S does not clear certain kernel registers before returning to user mode, which allows a local attacker to read register values from an earlier process after switching an ia32 process into...

2.1CVSS5.9AI score0.00414EPSS
Save
CVE
CVE
added 2009/10/22 3:26 p.m.120 views

CVE-2009-3620

CVE-2009-3620 affects the ATI Rage 128 (r128) driver in the Linux kernel, where the driver fails to properly verify Concurrent Command Engine (CCE) state initialization. This local vulnerability can cause a NULL pointer dereference and system crash (DoS) and may allow privilege escalation via uns...

7.8CVSS6.7AI score0.00425EPSS
Save
CVE
CVE
added 2009/11/16 7:0 p.m.120 views

CVE-2009-3889

CVE-2009-3889 affects the Linux kernel megaraid_sas driver; the dbg_lvl file is world-writable in kernels before 2.6.27, enabling local users to modify driver behavior and logging level. MiracleLinux AXSA:2010-141 references this issue among others and indicates a fix in kernel 2.6.27+ as part of...

6.6CVSS6.6AI score0.00531EPSS
SaveWeb
CVE
CVE
added 2010/02/15 6:0 p.m.120 views

CVE-2010-0622

CVE-2010-0622 affects the Linux kernel’s wake_futex_pi path in kernel/futex.c. The advisory notes that kernels before 2.6.33-rc7 fail to handle certain unlock operations for Priority Inheritance futexes, allowing local users to trigger a denial of service (OOPS) and potentially other impacts via ...

2.1CVSS6.6AI score0.00387EPSS
Save
CVE
CVE
added 2012/01/27 3:0 p.m.120 views

CVE-2011-2203

CVE-2011-2203 affects the Linux kernel (2.6.x) as cited in MiracleLinux AXSA:2012-220:01. The hfs_find_init function can crash the kernel (NULL pointer dereference) and trigger a kernel OOPs when mounting an HFS filesystem with a malformed MDB extent record, enabling a local DoS. The MiracleLinux...

2.1CVSS5.6AI score0.00448EPSS
Save
CVE
CVE
added 2011/06/24 8:0 p.m.120 views

CVE-2011-2484

CVE-2011-2484 affects the Linux kernel, specifically code paths in kernel/taskstats.c. In kernels 2.6.39.1 and earlier, add_del_listener does not prevent multiple registrations of exit handlers, enabling a local attacker to cause denial of service through memory/CPU exhaustion and potentially byp...

4.9CVSS5.7AI score0.00388EPSS
Save
CVE
CVE
added 2012/05/17 10:0 a.m.120 views

CVE-2012-0038

CVE-2012-0038 affects the Linux kernel prior to 3.1.9. An integer overflow in fs/xfs/xfs_acl.c (xfs_acl_from_disk) can be triggered by a malformed ACL on a filesystem, leading to a heap-based buffer overflow and a local-denial-of-service (panic). A fix was released in 3.1.9. Users should upgrade ...

5.5CVSS5.8AI score0.00399EPSS
Save
CVE
CVE
added 2012/05/17 10:0 a.m.120 views

CVE-2012-1090

CVE-2012-1090 affects the Linux kernel: the cifs_lookup function in fs/cifs/dir.c can trigger a local denial of service (OOPS) when a local user accesses a specially crafted file (e.g., a FIFO). The issue exists in kernel versions prior to 3.2.10. Exploitation requires local access. The documente...

5.5CVSS5.8AI score0.004EPSS
Save
Total number of security vulnerabilities14606